Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GroupBy GroupedObservables should not re-subscribe to parent sequence #283

Closed

Conversation

benjchristensen
Copy link
Member

#282

Refactored to maintain a single subscription that propagates events to the correct child GroupedObservables.

ReactiveX#282

Refactored to maintain a single subscription that propagates events to the correct child GroupedObservables.
@cloudbees-pull-request-builder

RxJava-pull-requests #154 FAILURE
Looks like there's a problem with this pull request

- support unsubscribing from parent and/or child
- The following is now possible:

```
groupBy().take(1).mapMany(group -> group.take(20))
```

- the subscription on the parent will cause new groups to stop being sent, but it will keep sending events until all previously created groups are unsubscribed from
@cloudbees-pull-request-builder

RxJava-pull-requests #155 FAILURE
Looks like there's a problem with this pull request

@benjchristensen
Copy link
Member Author

Replaced with #284

jihoonson pushed a commit to jihoonson/RxJava that referenced this pull request Mar 6, 2020
This is already being avoided in the other registries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants